.swiper {
  height: 25vw;
}
@media (max-width: 500px) {
  .swiper {
    height: 300px;
  }
}
@media (max-width: 1050px) and (min-width: 501px) {
  .swiper {
    height: 480px;
  }
}
.swiper .text {
  top: auto;
  bottom: 100px;
  font-size: 60px;
}
@media (max-width: 500px) {
  .swiper .text {
    font-size: 30px;
  }
}

.wrap {
  max-width: 1600px;
  width: 83.3333vw;
  margin: 60px auto;
  min-height: 500px;
}
@media (max-width: 500px) {
  .wrap {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1920px) {
  .wrap {
    width: 78.125vw;
    max-width: 2000px;
  }
}

.new_i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  cursor: pointer;
  border-bottom: 1px solid #e9e9e9;
}
.new_i:hover {
  background: #f7f7f7;
}
.new_i:hover .more {
  background: rgb(233, 38, 64) !important;
}
.new_i .l {
  width: 60vw;
  max-width: 1000px;
}
@media (min-width: 1920px) {
  .new_i .l {
    max-width: 1500px;
  }
}
@media (max-width: 500px) {
  .new_i .l {
    width: 100%;
    margin: 0;
  }
}
.new_i .l .tlt {
  color: #111;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_i .l .qt {
  display: flex;
  margin: 10px 0 25px;
  color: #888888;
  font-size: 13px;
}
.new_i .l .qt .date {
  margin-right: 50px;
}
.new_i .l .desc {
  color: #666666;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.new_i .l .more {
  margin-top: 30px;
  background-color: rgb(210, 54, 75);
  width: 91px;
  height: 31px;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_i .r {
  margin-left: 4.427vw;
  flex-shrink: 0;
  width: 14.0625vw;
  height: 9.896vw;
  max-width: 270px;
  max-height: 190px;
}
@media (max-width: 500px) {
  .new_i .r {
    display: none;
    margin: 0;
  }
}
.new_i .r img {
  width: 100%;
  height: 100%;
}

.page_box {
  display: flex;
  align-items: center;
  margin: 90px auto;
  justify-content: center;
  gap: 6px;
}
.page_box #ctl00_ContentPlaceHolder1_AspNetPager1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.page_box .page_i, .page_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(220, 220, 220);
  border-radius: 4px;
  background-color: rgb(247, 247, 247);
  padding: 0 10px;
  height: 41px;
  color: #7f7f7f;
  font-size: 14px;
  font-weight: bold;
}
.page_box .page_i:hover, .page_box a:hover {
  background: #d2364b;
  color: #FFF;
}
.page_box .no_hover:hover {
  background: none;
  color: #7f7f7f;
}
.page_box .more {
  border: none;
  background: none;
}

@media (max-width: 500px) {
  .detail {
    width: 95%;
  }
}
.detail .title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-family: "Microsoft Yahei", serif;
}
.detail .qt {
  display: flex;
  justify-content: center;
  margin: 10px 0 25px;
  color: #888888;
  font-size: 13px;
}
.detail .qt .date {
  margin-right: 50px;
}
.detail .desc {
  text-indent: 30px;
  line-height: 1.8;
}
.detail .desc img {
  max-width: 100%;
  height: auto !important;
}/*# sourceMappingURL=news.css.map */